﻿2026-07-26T22:25:30.0605414Z ##[group]Run actions/checkout@v5
2026-07-26T22:25:30.0605910Z with:
2026-07-26T22:25:30.0606209Z   fetch-depth: 0
2026-07-26T22:25:30.0606531Z   repository: BigscreenVR/spt-bs-core
2026-07-26T22:25:30.0609150Z   token: ***
2026-07-26T22:25:30.0609447Z   ssh-strict: true
2026-07-26T22:25:30.0609737Z   ssh-user: git
2026-07-26T22:25:30.0610056Z   persist-credentials: true
2026-07-26T22:25:30.0610391Z   clean: true
2026-07-26T22:25:30.0610690Z   sparse-checkout-cone-mode: true
2026-07-26T22:25:30.0611047Z   fetch-tags: false
2026-07-26T22:25:30.0611344Z   show-progress: true
2026-07-26T22:25:30.0611675Z   lfs: false
2026-07-26T22:25:30.0611955Z   submodules: false
2026-07-26T22:25:30.0612251Z   set-safe-directory: true
2026-07-26T22:25:30.0612629Z   allow-unsafe-pr-checkout: false
2026-07-26T22:25:30.0612989Z ##[endgroup]
2026-07-26T22:25:30.2481195Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-26T22:25:30.2482428Z ##[group]Getting Git version info
2026-07-26T22:25:30.2482956Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-26T22:25:30.2735707Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-26T22:25:30.2973041Z git version 2.43.0.windows.1
2026-07-26T22:25:30.2998267Z ##[endgroup]
2026-07-26T22:25:30.3008125Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\a39fefeb-5c7b-4a9e-96ea-edcea965d9c4\.gitconfig'
2026-07-26T22:25:30.3022280Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\a39fefeb-5c7b-4a9e-96ea-edcea965d9c4' before making global git config changes
2026-07-26T22:25:30.3023260Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T22:25:30.3027779Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-26T22:25:30.3284761Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-26T22:25:30.3505701Z https://github.com/BigscreenVR/spt-bs-core
2026-07-26T22:25:30.3533445Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-26T22:25:30.3537813Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-26T22:25:30.3768672Z refs/heads/main
2026-07-26T22:25:30.3796050Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-07-26T22:25:30.4262038Z HEAD is now at 25c3badc Merge pull request #87 from BigscreenVR/fix/projindex-parallel-counter
2026-07-26T22:25:30.5639640Z ##[endgroup]
2026-07-26T22:25:30.5644263Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-26T22:25:31.0497737Z ##[group]Cleaning the repository
2026-07-26T22:25:31.0501809Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-26T22:25:38.3324982Z Removing .adapter-notify/
2026-07-26T22:25:38.3325541Z Removing target/
2026-07-26T22:25:38.3363601Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-26T22:25:38.4154299Z HEAD is now at 25c3badc Merge pull request #87 from BigscreenVR/fix/projindex-parallel-counter
2026-07-26T22:25:38.4185073Z ##[endgroup]
2026-07-26T22:25:38.4186050Z ##[group]Disabling automatic garbage collection
2026-07-26T22:25:38.4191394Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-26T22:25:38.4707521Z ##[endgroup]
2026-07-26T22:25:38.4715513Z ##[group]Setting up auth
2026-07-26T22:25:38.4716060Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-26T22:25:38.5692760Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-26T22:25:39.0744832Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-26T22:25:39.1007189Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-26T22:25:39.5488482Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-26T22:25:39.5716514Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-26T22:25:39.9892676Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-26T22:25:40.0219786Z ##[endgroup]
2026-07-26T22:25:40.0220454Z ##[group]Fetching the repository
2026-07-26T22:25:40.0230396Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-07-26T22:25:41.4735988Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/main
2026-07-26T22:25:41.5165541Z   origin/main
2026-07-26T22:25:41.5193632Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse refs/remotes/origin/main
2026-07-26T22:25:41.5422630Z 25c3badce4cb904a4110c1eb24b53726c211ee7a
2026-07-26T22:25:41.5441863Z ##[endgroup]
2026-07-26T22:25:41.5442257Z ##[group]Determining the checkout info
2026-07-26T22:25:41.5442630Z ##[endgroup]
2026-07-26T22:25:41.5449021Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-26T22:25:41.5747310Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-26T22:25:41.5987812Z ##[group]Checking out the ref
2026-07-26T22:25:41.5994462Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-26T22:25:41.6482758Z branch 'main' set up to track 'origin/main'.
2026-07-26T22:25:41.6483123Z Your branch is up to date with 'origin/main'.
2026-07-26T22:25:41.6483432Z Switched to and reset branch 'main'
2026-07-26T22:25:41.6503106Z ##[endgroup]
2026-07-26T22:25:41.6777319Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-26T22:25:41.7016603Z 25c3badce4cb904a4110c1eb24b53726c211ee7a
